home *** CD-ROM | disk | FTP | other *** search
- /* Setup the VStation for a demo.. */
-
- address 'VStation'
- autocalc t
- autotag f
- uselocation t
-
- loadtapelog "DemoReel1"
- loadtapelog "DemoReel2"
- loadtapelog "Animation"
- loadtapelog "Master"
-
- picktapeid a "DemoReel1"
- picktapeid b "DemoReel2"
- picktapeid c "Master"
-
- picktape
-
-
- fromsource 0
- tosource 1
- inpointa 3000
- durationa 300
- inpointb 3000
- durationb 900
- inpointr 6000
- edittype dissolve
- tracks v12
- comment "Dissolve from source A to source B"
-
- insertevent
- outpointa 5000
- durationa 600
- inpointb 3000
- durationb 400
- outpointr 9000
- comment "Record only audio track 1"
- preeditcommand "rx InitializeMixer"
- gpi3command "rx MixerCrossfade"
- posteditcommand "rx ShutdownMixer"
- tracks 1
-
- insertevent
- inpointa 3300
- durationa 330
- inpointb 3300
- durationb 600
- inpointr 3000
- tracks v
- fromsource 0
- tosource 1
- picktapeid a "Animation"
- preeditcommand ""
- gpi3command ""
- posteditcommand ""
-
- comment "Video insert from source A"
-
- insertevent
- fromsource 3
- tosource 4
- tracks v
- comment "Framestore A to Framestore B edit"
-
-
- loadsetup done
- demo
-